STEP 5: Our sprite is too big! Let's change its size.
- Click on in the toolkit.
- Drag Set Size to the bottom of your program.
- Change the number inside .set_size(0.5) from 0.5 to 0.2.
Set size changes our sprite's size. If greater than 1, the sprite is larger. If less than 1, the sprite is smaller.
To navigate the page using the TAB key, first press ESC to exit the code editor.